ADDREG

Syntax: ADDREG
Location: TRAPS (DIY Toolkit Vol T)

This function returns the value of the following Machine code address register following the completion of a MTRAP, QTRAP or BTRAP command.

        Command         Machine Code Register Value Returned.
        MTRAP           A0
        QTRAP           A1
        BTRAP           A1 (relative to A6) - can be used by BPEEK%

CROSS-REFERENCE:
DATAREG allows you to read machine code data registers.
See MTRAP, QTRAP and BTRAP.
